public class WriteAccessLog extends Object
Classe Java per writeAccessLog complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="writeAccessLog">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accessLogEntry" type="{http://www.sist.puglia.it/Schemas/PDD_SIST/SCATEL/FSE/}accessLogEntry" minOccurs="0" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessLogEntry |
accessLogEntry |
| Constructor and Description |
|---|
WriteAccessLog() |
| Modifier and Type | Method and Description |
|---|---|
AccessLogEntry |
getAccessLogEntry()
Recupera il valore della proprietà accessLogEntry.
|
void |
setAccessLogEntry(AccessLogEntry value)
Imposta il valore della proprietà accessLogEntry.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected AccessLogEntry accessLogEntry
public AccessLogEntry getAccessLogEntry()
AccessLogEntrypublic void setAccessLogEntry(AccessLogEntry value)
value - allowed object is
AccessLogEntryCopyright © 2024. All rights reserved.